A new ACM security tool providing support to aid in the
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 13 Dec 2005 16:12:59 +0000 (17:12 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 13 Dec 2005 16:12:59 +0000 (17:12 +0100)
commitf0756c96a0c36be346deffe35f52c2a351812d7b
tree65e8d1024582b4110bd2cf485d5ab93648b480c4
parentbb79a7bc45657dcf4478d84ef33833904f79f89e
A new ACM security tool providing support to aid in the
creation/generation of the XML security policy files for the Xen ACM
security architecture.  It is a python- based, web-based tool named
xensec_gen that allows users to create or modify XML policy files
through a browser.  The resulting XML policy files can then be copied
or moved to the appropriate location in the /etc/xen/acm-security
directory structure in order to be translated into binary and used
within the Xen system.

Signed-off-by: Tom Lendacky <toml@us.ibm.com>
tools/security/Makefile
tools/security/example.txt
tools/security/python/setup.py [new file with mode: 0644]
tools/security/python/xensec_gen/cgi-bin/policy.cgi [new file with mode: 0644]
tools/security/python/xensec_gen/cgi-bin/policylabel.cgi [new file with mode: 0644]
tools/security/python/xensec_gen/index.html [new file with mode: 0644]
tools/security/python/xensec_gen/main.py [new file with mode: 0644]
tools/security/xensec_gen.py [new file with mode: 0644]